home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / Moscow ML 1.42 / src / config / auto-aux / hasgot.c < prev    next >
Encoding:
C/C++ Source or Header  |  1997-08-18  |  83 b   |  8 lines  |  [TEXT/R*ch]

  1. main() {
  2.   tcgetattr();
  3.   tcsetattr();
  4.   tcsendbreak();
  5.   tcflush();
  6.   tcflow();
  7. }
  8.